PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFXLJpegImage Class
Members
In This Topic
    PDFXLJpegImage Class
    In This Topic
    Defines an extra large JPEG image.
    Extra large JPEG images are not loaded in memory.
    The image object keeps a reference to the input stream till the PDF file is generated and writes the image to the PDF file directly from the input stream.
    Object Model
    PDFXLJpegImage ClassPDFAlternateImageCollection ClassPDFColorSpace ClassPDFCosStream ClassPDFImageMask ClassPDFMeasure ClassPDFImageOrientation EnumerationPDFPointData ClassPDFStructureElement ClassPDFImage Class
    Syntax
    public class PDFXLJpegImage 
        extends PDFImage
        implements com.o2sol.pdf4java.core.cos.OnDemandStream  
    Inheritance Hierarchy

    java.lang.Object
       com.o2sol.pdf4java.graphics.images.PDFImage
          com.o2sol.pdf4java.graphics.images.PDFXLJpegImage

    See Also